type text/tabwriter.cell

6 uses

	text/tabwriter (current package)
		tabwriter.go#L27: type cell struct {
		tabwriter.go#L102: 	cell    cell     // current incomplete cell; cell.width is up to buf[pos] excluding ignored sections
		tabwriter.go#L104: 	lines   [][]cell // list of lines; each line is a list of cells
		tabwriter.go#L129: 				b.lines[n-1] = make([]cell, 0, prev)
		tabwriter.go#L139: 	b.cell = cell{}
		tabwriter.go#L466: 	b.cell = cell{}